It is the summary feed that contains the size and allocated space of all user databases on a given SQL Server instance. For each database, the feed reports the following information:
- Database size: The total size of all database files.
- Data files size: The total size of data files.
- Log files size: The total size of log files.
- Reserved space: Total space reserved for the database.
- Unallocated space: The amount of space that has not been allocated.
- Total space used: The total amount of space that has been used.
- Space used for data: The amount of space allocated for the data only.
- Space used by indexes: The amount of space allocated for indexes.
- Unused space: The portion of the allocated space not being used for the data or the indexes.
- Space allocation: A graphical representation of the space used as a % of data files.
 |
You can customize the feed via the web.config parameter DatabaseSizeSummaryFeed. |